home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / debut140.arc / SD2GT.DOC < prev    next >
Text File  |  1990-07-15  |  11KB  |  247 lines

  1.           Screen Debut to GT Power Network Message Bases
  2.                        by Willie Robinson
  3.  
  4.      This document is intended to serve as a quick guideline for
  5.    creating ANSI screens and uploading them to GT Power BBS
  6.    message bases. It assumes that you have read the SD.DOC and
  7.    have some familiarity with Screen Debuts functions. This will
  8.    be as brief and painless as possible.
  9.  
  10.    
  11.  
  12.    Creating and Uploading a Non-Animated screen:
  13.    
  14.  
  15.  
  16.    1. Load Screen Debut.
  17.  
  18.    2. Draw something simple like your name.  Be careful not to go
  19.       beyond column 70 or below Row 20. Just for this time. You can
  20.       experiment later. Too wide of a screen will not work. Too
  21.       long of a screen will cause the screen to scroll.
  22.  
  23.    3. Once finished with the drawing press "[ALT] A" to build the ANSI
  24.       code for the screen.
  25.  
  26.    4. Set the Code Parameter window to this:
  27.  
  28.                  ╓─────────────────────────────────────────╖
  29.                  ║                                         ║
  30.                  ║  Code Style                    Compact  ║
  31.                  ║  Code Width ±                  72       ║
  32.                  ║  Clear Screen                  Yes      ║
  33.                  ║  BBS Control Code              ^E       ║
  34.                  ╟────────────────────┬────────────────────╢
  35.                  ║    Enter           │             Esc    ║
  36.                  ╙────────────────────┴────────────────────╜
  37.  
  38.    5. Press "Enter" to continue and the program will build the ANSI
  39.       code.
  40.  
  41.    5. Check the screens statistics by pressing "F2". The screen cannot
  42.       be longer than 70 lines.
  43.  
  44.     5. Once the screen meets the 70 or less line requirement, save it
  45.        by selecting F1.
  46.  
  47.     6. With your telecommunication program, call a GT Power BBS.
  48.        Enter one of the ANSI message bases and select E)nter. Follow
  49.        it through until you get to this point.
  50.  
  51.  
  52.   ┌──────────────────────────────────────────────────────────────────────┐
  53.   │ Messages available are #37 to 85.  You last read #85.                │
  54.   │ Check Kill Nonstop Enter Reply Scan Thread Quit Msg# Msg Area+,-: e  │
  55.   │                                                                      │
  56.   │ Message entry in #6 - OZ ANSI Art.                                   │
  57.   │                                                                      │
  58.   │     From: Willie Robinson                                            │
  59.   │       To: ALL                                                        │
  60.   │  Subject: TEST                                                       │
  61.   │ Security: Kill protect None? n                                       │
  62.   │                                                                      │
  63.   │ Enter message, 70 lines max., empty line to end.                     │
  64.   │    [-------------------------------------------------------------]   │
  65.   │  1: ▄                                                                │
  66.   │     ^                                                                │
  67.   │     │                                                                │
  68.   │     └───(The cursor is waiting here for your entry)                  │
  69.   │                                                                      │
  70.   └──────────────────────────────────────────────────────────────────────┘
  71.  
  72.  7. Upload the file you have created using the ASCII upload protocol from
  73.     your telecommunications program. The ASCII protocol has no error
  74.     correction. It's possible that an error will occur during the
  75.     transfer. If this happens, abort the file and try again. Should
  76.     your computer lock up, then you've got other problems. You must then
  77.     refer to you telecommunications programs manual and read. If you've
  78.     got Telex your in luck. Refer to the setup reference at the end of
  79.     this document.
  80.  
  81.     Here's a list of programs known to work. Undoubtly, there are others.
  82.  
  83.                         1) GT POWER
  84.                         2) Telix
  85.  
  86.  
  87.  8. Once the file is up press enter. Then press "S" for S)ave. Remember
  88.     to always check the screen once you are done. It is poor etiquette
  89.     to let a bad screen go un-aborted!
  90.  
  91.  
  92.  
  93.  
  94. Non-Animated Signature blocks:
  95.  
  96.  
  97.  
  98.  1. Load Screen Debut
  99.  
  100.  2. Draw your signature in the top left hand corner of the screen.
  101.     Like this....
  102.  
  103.   ┌─────────────────────────────────────────────────────────────┐
  104.   │ ╔═════════╗                                                 │
  105.   │ ║│ │∙││∙┌─╜                                                 │
  106.   │ ║│││││││├─  <══════════════════════════════════════════════ │
  107.   │ ║└┴┘└┴┴┘└─╖                                                 │
  108.   │ ╚═════════╝                                                 │
  109.   │                                                             │
  110.   │    /║\       Screen Debut will automatically size the       │
  111.   │     ║        Screen as the Arrows show. This saves on       │
  112.   │     ║        the code length.                               │
  113.   │     ║                                                       │
  114.   │     ║                                                       │
  115.   │     ║                                                       │
  116.   │     ║                                                       │
  117.   │                                                             │
  118.   └─────────────────────────────────────────────────────────────┘
  119.  
  120.   The code produced will not be sensitive to up/down positioning on
  121.   the screen.
  122.  
  123.  3. Build the code as you did before by pressing the "[ALT] A" Build ANSI
  124.     code function. Set the Code Parameter window as follows:
  125.  
  126.                  ╓─────────────────────────────────────────╖
  127.                  ║                                         ║
  128.                  ║  Code Style                    Regular  ║
  129.                  ║  Code Width ±                  72       ║
  130.                  ║  Clear Screen                  No       ║
  131.                  ║  BBS Control Code              ^R       ║
  132.                  ╟────────────────────┬────────────────────╢
  133.                  ║    Enter           │             Esc    ║
  134.                  ╙────────────────────┴────────────────────╜
  135.  
  136.     Press enter to build code.
  137.  
  138.  4. Save the code.
  139.  
  140.  5. Follow the uploading procedures outlined above.
  141.  
  142.  
  143.  
  144.  
  145. Animated Signature Blocks:
  146.  
  147.  1. Draw your animated signature block at the bottom of the screen.
  148.     The Animator uses exact coordinates to locate the signature on
  149.     the screen. A good place to start is with the bottom of the
  150.     signature block resting on line 20.
  151.  
  152.    ┌─────────────────────────────────────────────────────────────┐
  153.    │                                                             │
  154.    │                                                             │
  155.    │                                                             │
  156.    │                                                             │
  157.    │                                                             │
  158.    │                                                             │
  159.    │                                                             │
  160.    │                                                             │
  161.    │                                                             │
  162.    │                         ╔═════════╗                         │
  163.    │                         ║│ │∙││∙┌─╜                         │
  164.    │                         ║│││││││├─                          │
  165.    │                         ║└┴┘└┴┴┘└─╖                         │
  166.    │                         ╚═════════╝                         │
  167.    └─────────────────────────────────────────────────────────────┘
  168.  
  169.  
  170.  2. The non-animated screen page should be blank.
  171.  
  172.  3. Press [ALT] A to build the ANSI code. Set the code parameter window
  173.     like this:
  174.                  ╓─────────────────────────────────────────╖
  175.                  ║                                         ║
  176.                  ║  Code Style                    Regular  ║
  177.                  ║  Code Width ±                  72       ║
  178.                  ║  Clear Screen                  No       ║
  179.                  ║  BBS Control Code              ^R       ║
  180.                  ╟────────────────────┬────────────────────╢
  181.                  ║    Enter           │             Esc    ║
  182.                  ╙────────────────────┴────────────────────╜
  183.  
  184.  
  185.  4. Load the screen in a text editor.
  186.  
  187.  5. Enter your text message above the signature code. Do not go
  188.     wider than 72 columns.
  189.  
  190.  6. Calculate the height of the signature and enter that number of
  191.     blank lines between the text and the signature code. This will
  192.     cause your text to be pushed up on the screen so that your
  193.     signature doesn't overwrite it. The first character of the ANSI
  194.     code will look like an arrow pointing up and down. This is the
  195.     ^R. Move it to the begining of the blank lines. It must be in
  196.     column 1 to work. This will avoid the BBS "More Y/n?" prompt from
  197.     disturbing the blank lines that push your text up.
  198.  
  199.     
  200. Full Page Animated Screens:
  201.  
  202.     If you got this far you can do it! Go for it!
  203.  
  204.  
  205.  
  206.  
  207. Telex Set Up:
  208.  
  209. ╒══════════════════════════════════════╤════════════════════════════╕
  210. │Terminal options                      │ASCII file transfer settings│
  211. │                                      │A Strip high bit ..... Off  │
  212. │A Baud         Parity None    Data Len│B Remote abort char .. 0    │
  213. │B                                     │                            │
  214. │                                      │   Uploads                  │
  215. │C Default terminal type .........     │C Local echo ......... Off  │
  216. │D Status line ...................     │D Expand blank lines . On   │
  217. │E Local echo .................... Off │E Pace character ..... 0    │
  218. │F Add Line Feeds after CRs ...... Off │F Line pacing ........ 3    │
  219. │G Strip high bit (incoming data). Off │G Character pacing ... 0    │
  220. │H Received Backspace destructive. On  │H CR translation ..... None │
  221. │I Backspace key sends ........... BS  │I LF translation ..... Strip│
  222. │J XON/XOFF software flow control.     │                            │
  223. │K CTS/RTS hardware flow control .     │   DownLoads                │
  224. │L DSR/DTR hardware flow control .     │J CR translation ..... None │
  225. │M Compuserve Quick B transfers .. Off │K LF translation ..... None │
  226. │N Zmodem auto-downloads ......... On  │                            │
  227. │O Answerback string (ENQ) .......     │                            │
  228. ╘═══════════════════════════════════════════════════════════════════╛
  229.  
  230. Note:
  231.  If Compuserve Quick B transfers is set to "On" Telix may lock up. In
  232. any case it won't work properly.
  233.  
  234.  
  235. Good Luck!!!!
  236.  
  237.                                         Willie Robinson
  238.                                         2613 Louis Blvd
  239.                                         Hephzibah Ga. 30815
  240.  
  241. Trademarks:
  242.  
  243.  
  244. Gt Power is a product of P&M software.
  245.  
  246. Telix is a product of Exis Inc. and Colin Sampaleanu.
  247.